home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / pcpark.arc / PCPARK.DOC < prev   
Text File  |  1986-06-12  |  2KB  |  54 lines

  1.  
  2.               (c)PCPARK  1986, version 1.0 
  3.             Copyright by RainTree Computer Systems 
  4.                    All Rights Reserved.
  5.  
  6.                 A generic park program
  7.                  for IBM PC/XT/AT computers
  8.                   and their nearest clones.
  9.  
  10.  
  11.    PCPARK:  Move heads to landing zone, beep, halt system.
  12.  
  13.    This program is a generic park program for IBM PC/XT/AT computers
  14.    and their nearest clones.  Its locates all hard disks in the system
  15.    and moves their heads to their respective parking cylinders.  For
  16.    AT (286) type computers disk drives are parked in their designated
  17.    landing zones.  For PC and XT (8088/8086) type computers, the drives
  18.    are parked at the inner most physical cylinder (diagnostic cylinder).
  19.    The computer system is then put into a hard system halt.  For all
  20.    intents and purposes the computer is totally disabled from further
  21.    use except by powering off and back on again.
  22.  
  23.    Status messages are displayed for each drive in the system.  PCPARK 
  24.    may be used in systems where there are no hard disks to provide a
  25.    program initiated system halt.
  26.  
  27.    This program operates at the ROM BIOS level for disk io and DOS
  28.    function call level for everything else.  An anomaly of the
  29.    the program and its function is that if you run the program from a
  30.    diskette drive, it parks all hard disks and halts the system before 
  31.    DOS has had time to turn off the diskette motor.  It stays running 
  32.    until you power off.  Best to run this program from a hard disk !
  33.  
  34.    The following option switches apply-
  35.         /U  -Unpark enables the return to DOS after parking.  Without this
  36.              parameter the computer system is put into a hard system halt.
  37.  
  38.  
  39.    PCPARK has been tested on:   IBM PC-  10MB, 15MB
  40.                                 IBM AT-  20MB, 30MB
  41.                    Compaq Portable 286-  20MB
  42.                    Compaq Portable II-   20MB
  43.  
  44.          --  This program is protected by copyright -- 
  45.        It may be used and distributed without charge.  It 
  46.        may NOT be combined with software or hardware, for 
  47.        sale or for rent where the charge is over 7 dollars.
  48.  
  49.                   THIS PROGRAM WARRANTS NOTHING. 
  50.           ITS USE IS COMPLETELY AT THE USERS OWN RISK.
  51.  
  52.         PROGRAM HISTORY:  VER 1.0   6/12/86  Original program code
  53.  ****************************************************************************
  54.